--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 3f04af25b171058bfd3915603dd467df9c0b9756
Parents : 5e8e862
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-01T18:01:28-06:00
feat(version): bump version to 3.0.0 and add homepage URL in package.json and pyproject.toml
Changes
Diff
diff --git a/package.json b/package.json
index 6a526a48..9eb48729 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,8 @@
{
"name": "reticulum-meshchatx",
- "version": "2.50.0",
+ "version": "3.0.0",
"description": "A simple mesh network communications app powered by the Reticulum Network Stack",
+ "homepage": "https://git.quad4.io/RNS-Things/MeshChatX",
"author": "Sudo-Ivan",
"main": "electron/main.js",
"scripts": {
diff --git a/pyproject.toml b/pyproject.toml
index e3c5c4c1..c53eaca5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,14 +35,17 @@ dependencies = [
"requests (>=2.32.5,<3.0.0)",
"lxst (>=0.4.5,<0.5.0)",
"audioop-lts (>=0.2.2); python_version>='3.13'",
- "ply (>=3.11,<4.0)",
+ "ply (>=3.11,<4.0)",
]
+[project.urls]
+Homepage = "https://git.quad4.io/RNS-Things/MeshChatX"
+
[project.scripts]
meshchat = "meshchatx.meshchat:main"
[tool.poetry]
-version = "2.50.0"
+version = "3.0.0"
packages = [{include = "meshchatx"}]
[tool.poetry.group.dev.dependencies]
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────